The part of a two-part memory address that remains constant and provides a reference point from which the location of a byte of data can be calculated. 保持恒定的两部分内存地址的一部分并提供一个基准点,从这里可以计算一个字节数据的位置。
Prints the memory state of size bytes starting at memory address ( addr), as explained previously in the Application programming interface section. 打印开始于内存地址(addr)的字节Size的内存状态,正如先前在应用程序编程接口部分所解释的那样。
Purify watch points can report the following messages for the given memory address Purify观察点可以为特定内存地址报告以下的消息
It is important to set this limit so the stack and shared memory address space do not collide with each other. 设置这个限制,使堆栈和共享内存地址空间不会相互冲突,这一点很重要。
A shared library is potentially mapped to a new memory address every time it gets loaded. 在每次加载一个共享库时,可以将其潜在地映射为一个新的内存地址。
If you want to set a breakpoint at a particular line, the table gives you the memory address to store the breakpoint instruction. 如果希望在某个特定行设置一个断点,那么该表给出了用于存储断点指令的内存地址。
This makes it easier for a debugger to identify which compilation unit created the code at a particular memory address. 这使得调试器可以更容易地确定哪一个编译单元在某个特定内存地址创建了代码。
EA stands for effective address, which is a main memory address as viewed from the main PPE program. EA表示有效地址,这是从主PPE程序中看到的主存地址。
It has two parts: a memory address and an index register. 它包括两个部分:一个内存地址以及一个索引寄存器。
Each DB2 agent process has its own memory address space. 每个DB2代理进程都有其自己的内存地址空间。
The API prints out the memory state of sizeof ( buf)+ 1 bytes, starting at memory address buf. API打印出了sizeof(buf)+1bytes的内存状态,从内存地址buf开始。
Initializer:: m_shmid records the identifier and A:: m_sArena records the shared memory address. mshmid记录标识符,A::msArena记录共享内存地址。
Accessing a memory address that has been swapped is a lot slower than reading a resident ( in physical memory) address because it must be loaded from the hard drive. 访问操作系统提供的内存地址要比读取(物理内存中的)常驻地址慢很多,因为必须硬盘驱动器加载它。
The memory address used is determined by adding the two registers together. 所使用的内存地址是通过将这两个寄存器加在一起来确定的。
Conversely, if your program has a fault ( for example, using a bad pointer) at some location in memory, you can look for the source line that is closest to the memory address. 相反,如果您的程序在内存中某个位置存在错误(例如,使用了一个错误指针),那么可以查找最接近该内存地址的源代码行。
You can easily copy the memory address of the desired function, paste it into your debugger, and set a breakpoint for this memory address. 您可以轻松地复制所需要的功能的内存地址,粘贴到您的调试器,并为这个内存地址断点。
Pointer is a special variable that stores the value which is interpreted as a memory address. 指针是一个特殊的变量,它里面存储的数值被解释成为内存里的一个地址。
When the object is later re-created from its byte string, it will be a new in-memory object identical in structure and value to the original, though located at a different memory address. 当对象后来从其字节串重建时,内存中新建的对象与原对象具有相同的结构和值,但位于不同的内存地址。
Short-cut to Obtain Memory Address of Disk File Under Real Mode 实模式下获取磁盘文件存储地址的一种捷径
Memory address select register 存储器地址选择寄存器
The irredundant sorting bus encoding method reduces the power dissipation of highly capacitive memory address bus based on the dynamic reordering of the modified offset address bus lines. 提出了一种新的低功耗非冗余排序总线编码方法,通过对改进的偏移地址线的动态重排以降低具有高负载的地址总线的功耗。
A novel adaptive-offset bus encoding method was presented for reducing the power dissipation of highly capacitive memory address bus. 为了降低大负载地址总线的功耗,提出了一种新的低功耗自适应偏移量总线编码方法。
Each byte offset identifies a memory address used by a machine code instruction. 每个字节位移用于标识一个机器代码指令使用的内存地址。
In computer programming, a high level language instruction that retrieves a value from a program specified memory address location. 在计算机程序设计中的一条高级语言指令,用来从程序指定的内存地址单元中取出一个值。
An Approach to Buffer Overflow Detection Based on Memory Address Confirmation 基于内存地址确认的缓冲区溢出检测方法
Memory address space. Enabling this feature greatly improves the 系统内存地址空间。启用该特性将大大地提高
If the memory address conflicts, can also be used to rule out the same way. 如果是内存地址冲突,也可以使用相同的方法进行排除。
The memory address of the function that was run when the thread started. 在启动线程时所运行函数的内存地址。
Four or two shows left external memory or internal memory address, the right two display memory contents. 左边四位或二位显示外部存储器或内部存储器地址,右边二位显示存储器中内容。
By contrast, a pass-by-reference parameter is implemented by passing the memory address of the caller's argument to the called function. 对比值传递,引用传递的参数是指传递调用者实参的内存地址给被调用的函数。